trusted-execution-clusters: no skip_if_only_changed - #83428
Conversation
Overrides `always_run: false`, leading to unsolicited runs on PRs such as trusted-execution-clusters/operator#337. The burden is on the reviewer to not trigger a test in these no-test-impact cases. Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe Azure integration test configuration no longer skips tests when changes are limited to documentation, metadata, or listed repository files. ChangesIntegration Test Trigger
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change prevents unnecessary presubmit runs when the repository changes do not affect tests; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jakob-Naucke The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@Jakob-Naucke: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Overrides
always_run: false, leading to unsolicited runs on PRs such as trusted-execution-clusters/operator#337. The burden is on the reviewer to not trigger a test in these no-test-impact cases.if I'm interpreting https://docs.ci.openshift.org/architecture/ci-operator/#pre-submit-tests right:
Summary by CodeRabbit
The Azure trusted-execution-clusters operator no longer uses
skip_if_only_changedforintegration-test. This prevents documentation-only or metadata-only changes from overridingalways_run: falseand starting tests automatically. Reviewers must trigger tests when required.